home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 2,801 to 2,900 / aol-file-protocol-4400-2801-to-2900.zip / AOLDLs / TAWUG / TAWUG Disk No. 73 (SHK) / TAWUG73.shk / DB.FIX.PATCH (.txt) < prev    next >
AppleWorks Document  |  1988-09-12  |  2KB  |  29 lines

  1. O=====|====|====|====|====|====|====|====|====|====|====|====|====|====|====|===
  2. FIX FOR DAMAGED APPLEWORKS DATABASE FILES:
  3. JWe've been hearing a lot about a bug in AppleWorks that damages data base K
  4. Ifiles under certain conditions.  Apparently the file gets damaged if you F
  5. Dtry to save it back onto the disk it came from and get the message, M
  6. K"Insufficient room for your file on this disk.  Is it OK to delete the old 
  7. copy?"
  8. KIf you answer 'YES' to the question and save the data base (or if the data /
  9. base does not fit), you risk losing the file.
  10. Here's a fix that we wrote with a little help from Randy Brandt.
  11. IFirst, get to BASIC.  Next, insert your data disk containing the damaged 
  12. file and type this as shown:
  13. BLOAD <filename>,TADB,A8192,B0,L$100
  14. POKE 8230,n&
  15. BSAVE <filename>,TADB,A8192,B0,L$100
  16. ASubstitute the name of your file for the word <filename>.  Also, N
  17. Lsubstitute a number from 1 to 8 in place of the 'n' in the POKE statement.  I
  18. GThis number should reflect the number of report formats you had in the K
  19. Idata base.  If you don't remember how many you had, try a number and see M
  20. Kif it works.  If not, try the next number and so on until you're tried all K
  21. I8 numbers.  Of course, you'll have to attempt to read the data base into  
  22. AppleWorks to see if it works.
  23. KIf nothing works, then your damaged database was not caused by the reasons *
  24. listed here, and this fix will not help.
  25. I(This information, compliments of AppleWorks Journal, Vol. 1, #9 and the ,
  26. Desert Dialogue newsletter of June, 1988).
  27. ENOTE:  I have also used Bag of Tricks 2 and Mr. Fixit from Prosel to 1
  28. repair damaged AppleWorks files.   Joyce Madden
  29.